body{
	color:#7b7571;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #ff4061;
}
.mfp-wrap{z-index: 9999;}
.btn-primary,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:active:focus,
.btn-primary.btn-bordered.active{
	background:#f9667e;
	border:solid 2px #f9667e;
	color:#fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.btn-bordered{
	background:none;
	border:solid 2px #f9667e;
	color:#f9667e;
}
.date span{
	border-bottom:solid 2px #f9667e;
}
.title span{
	border-color: #f9667e -moz-use-text-color -moz-use-text-color;
}
.title-block .divider {
    border-bottom: solid 2px #f9667e;
}
.social-icons a{
	border: 4px solid #7b7571;
	background: #7b7571;
}
.social-icons a:hover{
	color:#fff;
	border: 4px solid #f9667e;
	background: #f9667e;
}
.bg-color-1,.timeline > li > .timeline-badge,.timeline > li > .timeline-end > .timeline-badge {
	background-color: #f9667e;
}
.circle,.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f9667e;
}
#ajaxForm .form-control:focus {
    border-color:#f9667e;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .txt-color-1,.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .active > a:hover,section#frase i,.final-frase span,#ajaxForm label.checkbox-button:hover,#ajaxForm input[type="checkbox"]:checked + label.checkbox-button{
    color: #f9667e;
}
a,a:hover{
	color: #f9667e;
}

/*	Table OF Contents
==========================
1. General Styles
2. Navigation
3. Section - Home (banner)
4. Section - Couple
5. Section - Frase
6. Section - Our Story
7. Section - Counter
8. Section - Gallery
9. Section - Featured People
10. Section - When where
11. Section - Gift Registry
12. Section - RSVP
13. Section - Footer
14. Responsive
*/

/* ==================================================================
	1. General Styles
================================================================== */
body{
	color:#7b7571;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
}

/* Texts */
h1,h2,h3,h4,h5,h6,section#home{
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-family:'Playball', cursive;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color:#f9667e;
}

.title-block{
	margin:0px auto 70px auto;
	text-align:center;
}
.title-block .divider{
	border-bottom:solid 2px #f9667e;
	width:56px;
	margin:20px auto;
}
.title-block h1{
	font-size: 53px;
}
.title-block p{
	font-size:18px;
}

/* Colors */
.bg-gray-1{background-color:#f4f4f4;}
.bg-gray-2{background-color:#eaeaea;}
.bg-gray-3{background-color:#cecece;}
.bg-dark{background-color:#3d3d3d;}
.bg-color-1{background-color:#f9667e;}
.txt-gray-1{background-color:#f4f4f4;}
.txt-gray-2{background-color:#eaeaea;}
.txt-gray-3{background-color:#cecece;}
.txt-dark{background-color:#3d3d3d;}
.txt-color-1{color:#f9667e;}

/* Layout */
.space10{height:10px;}
.space20{height:20px;}
.space30{height:30px;}
.space40{height:40px;}
.space50{height:50px;}
.space60{height:60px;}

.top-pad-10{padding-top:10px;}
.top-pad-20{padding-top:20px;}
.top-pad-30{padding-top:30px;}
.top-pad-40{padding-top:40px;}
.top-pad-50{padding-top:50px;}
.top-pad-60{padding-top:60px;}
.top-pad-70{padding-top:70px;}
.top-pad-80{padding-top:80px;}

.bot-pad-10{padding-bottom:10px;}
.bot-pad-20{padding-bottom:20px;}
.bot-pad-30{padding-bottom:30px;}
.bot-pad-40{padding-bottom:40px;}
.bot-pad-50{padding-bottom:50px;}
.bot-pad-60{padding-bottom:60px;}
.bot-pad-70{padding-bottom:70px;}
.bot-pad-80{padding-bottom:80px;}

.top-mrg-10{margin-top:10px;}
.top-mrg-20{margin-top:20px;}
.top-mrg-30{margin-top:30px;}
.top-mrg-40{margin-top:40px;}
.top-mrg-50{margin-top:50px;}
.top-mrg-60{margin-top:60px;}
.top-mrg-70{margin-top:70px;}
.top-mrg-80{margin-top:80px;}

.bot-mrg-10{margin-bottom:10px;}
.bot-mrg-20{margin-bottom:20px;}
.bot-mrg-30{margin-bottom:30px;}
.bot-mrg-40{margin-bottom:40px;}
.bot-mrg-50{margin-bottom:50px;}
.bot-mrg-60{margin-bottom:60px;}
.bot-mrg-70{margin-bottom:70px;}
.bot-mrg-80{margin-bottom:80px;}

/* Bootstrap Elemtents*/
.btn{
	border-radius:3px;
}
.btn-primary,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:active:focus,
.btn-primary.btn-bordered.active{
	background:#f9667e;
	border:solid 2px #f9667e;
	color:#fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.btn-bordered{
	background:none;
	border:solid 2px #f9667e;
	color:#f9667e;
}
.img-circle{
	border:10px solid #f9667e;
}

/*Section General*/
section{
	padding:120px 0px;
}
section.img-bg{
	position: relative;
	/*background-attachment:fixed!important;*/
	background-size:cover!important;
	color:#FFF;
	background-position:center!important;
}
section.img-bg:before{
	content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.img-bg-3{
	background:url(../img/bg-3.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
section.img-bg-4{
	background:url(../img/bg-4.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
section.img-bg-5{
	background:url(../img/bg-5.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

/* ==================================================================
	2. Navigation
================================================================== */
#nav-sticky-wrapper{
	height: 50px;
	z-index: 1200;	
}
.navbar-brand ul.names{
	font-size:30px;
	text-transform:none!important;
	font-family: 'Playball', cursive;
}
.navbar-brand ul.names .circle{
	width: 28px;
    height: 28px;
    font-size: 18px;
	top: -5px;
}
#nav {
    font-family:'Oswald', Verdana, Geneva, sans-serif;
    font-size: 20px;
    z-index: 998;
    width: 100%;
	padding: 20px 0px;
}
.navbar-default {
    background-color: #FFF;
    border:0px;
}
.nav > li a{
	padding: 10px 6px;
}
.nav > li a:after{
	content: "/";
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.2);
}
.nav > li:last-child a:after{
	content: "";
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
   	color:#f9667e;
    background:none;
}
#nav_list{
	padding: 0px 30px
}
/* ==================================================================
	3. Section - Home (banner)
================================================================== */
section#home{
	/*background-attachment:fixed!important;*/
	background-size:cover!important;
	background-position: center!important;
	text-align:center;
	/*min-height:800px;*/
	height: 100vh;
	padding:50px 0px;
	position:relative;
	/*padding-top:15%;*/
	color: #fff;
	display: flex;
	align-items: center;
}
section#home:before{
	content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
ul.names{
	list-style:none;
	display:inline;
	font-size:100px;
	font-weight:300;
	padding: 0px;
}
ul.names li{
	display: inline-block;
}
.circle{
	background: #F9667E;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 63px;
	font-weight: normal;
	line-height: 1.5em;
	border-radius: 100px;
	margin: 0px;
	color: #FFF;
	top: -15px;
	position: relative;
}
.date{
	font-size:50px;
}
.date span{
	font-size:55px;
	border-bottom:solid 2px #F9667E;
	line-height:1em;
}
.hour{
	font-size:30px;
	margin-top: 20px;
}
.hour span{
	font-size:20px;
}
.place{
	font-size:20px;
}
.title span{
    -moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	display: inline-block;
	margin: 5px 10px;
	width: 40px;
	border-color: #D6516D -moz-use-text-color -moz-use-text-color;
	border-style: solid none none;
	border-width: 1px 0px 0px;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

@media (max-width: 1024px) {
	section#home ul.names {
		font-size: 85px;
	}
}

@media (max-width: 767px) {
	.navbar-brand ul.names {
	    font-size: 28px;
	}
	.title{
		margin-bottom:30px;
	}
	.title span{
		width: 17px;
		margin: 7px 5px;
	}
	#home h3{
		font-size: 18px;
	}
	.date{
		font-size:30px;
		margin-top:30px;
	}
	.date span{
		font-size:45px;
		line-height:1em;
	}

	section#home ul.names {
		font-size: 40px;
		text-align: center;
		margin-bottom: 20px;
	}
	section#home ul.names li{
		/*display:list-item;*/
	}
	section#home .circle {
	    width: 60px;
	    height: 60px;
	    font-size: 38px;
	    line-height: 1.5em;
	    top: 0px;
	    margin: auto;
	}
}

@media (max-width: 456px) {
	section#home ul.names {
		font-size: 30px;
	}
	section#home .circle{
		width: 50px;
	    height: 50px;
	    font-size: 32px;
	}
}


/* ==================================================================
	4. Section - Couple
================================================================== */
.profile img{
	width: 100%;
	max-width: 350px;
	margin:30px auto;
	box-shadow: 0 0 10px rgb(0 0 0 / 16%);
	padding: 5px;
}
.social-icons{
	margin: 27px auto;
}
.social-icons a{
	display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
	text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.7em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	margin:5px;
	border: 4px solid #7b7571;
	background: #7b7571;
}
.social-icons a:hover{
	border: 4px solid #F9667E;
	background: #F9667E;
}

/* ==================================================================
	5. Section - Frase
================================================================== */
section#frase h2{
	line-height: 1.7em;
	margin-bottom: 50px;
}
section#frase i{
	color: #f9667e;
}

/* ==================================================================
	6. Section - Our Story
================================================================== */
/*Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color:rgba(0, 0, 0, 0.09);
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border-radius: 2px;
	padding: 20px 20px 50px 20px;
	position: relative;
	background: transparent;
	border: 3px solid #ededed;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 24px;
	right: -18px;
	display: inline-block;
	border-top: 17px solid transparent;
	border-left: 17px solid #e8e8e8;
	border-right: 0 solid #e8e8e8;
	border-bottom: 18px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #f9667e;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li:first-child > .timeline-badge {
    position: absolute;
    top: 1%;
    left: 50%;
}
.timeline > li > .timeline-end > .timeline-badge {
    color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #f9667e;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	position: absolute;
    top: 100%;
    left: 50%;
}
.timeline > li > .timeline-end > .caption {
    top: 110%;
    left: 45%;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px 20px 50px 20px;
	position:absolute;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background: #FFF;
	width:300px;
}
.timeline > li{
	margin-top:-34%;
}

.timeline > li:first-child {
    margin-top: -27px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline > li .timeline-heading .timeline-title {
	text-align:right;
	font-family: 'Oswald', Verdana, Geneva, sans-serif;
}
.timeline > li.timeline-inverted .timeline-heading .timeline-title {
	text-align:left;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body img{
	margin:30px auto;
}

.timeline-body > p + p {
	margin-top: 5px;
}
.final-frase{
	font-size: 28px;
	margin-top: 20px;
}
.final-frase span{
	color:#f9667e;
	font-weight:bold;
}

/* ==================================================================
	7. Section - Counter
================================================================== */
/* ==================================================================
	8. Section - Gallery
================================================================== */
/*Gallery Nav*/
.gallery_nav{
	text-align: center;
	padding-top: 20px;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}
.gallery_product>a>img{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
/*Magnific Popup*/
.mfp-bg {
    background: #fff;
}
a.mfp-image:hover{
	opacity: 0.7;
}
.mfp-bottom-bar {
    margin-top: -27px;
}
.mfp-title, .mfp-counter{
    color: #7b7571;
    font-size: 18px;
}
   
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #7b7571;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #7b7571;
}
.mfp-close {
	font-size: 52px;
	top: -10px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #7b7571;
}
/* ==================================================================
	9. Section - Featured People
================================================================== */
.featured img{
	margin:0px;
	float:right;
	width:240px;
	height: 240px;
	border:10px solid #FFF!important;
	margin-left:10px;
}
.featured .social-icons a{
	width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
	text-decoration: none;
	font-size: 14px;
	border: 4px solid #f9667e;
	background: #f9667e;
	margin: 0;
    margin-right: 5px;
}
.featured .social-icons {
    margin: 12px auto;
}
.featured .text{
	text-align:right;
}
.featured-right .featured img{
	float:left;
	margin-right:10px;
}
.featured-right .featured .text{
	text-align:left;
}
.featured{
	border: 1px solid #ededed;
	border-radius: 36px;
	padding: 16px;
	display: flex;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
	align-items: center;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
/* ==================================================================
	10. Section - When Where
================================================================== */
/* .wedding-location-section {
    padding-bottom: 70px;
}

.wedding-location-section .location-grids {
    margin: 0 -15px;
}

.wedding-location-section .location-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 50px;
    position: relative;
} */
.location-grids .grid{
	margin-bottom: 30px;
}
.location-grids{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.location-grids h3{font-size: 21px!important;font-family: 'Oswald', Verdana, Geneva, sans-serif;}
.location-grids ul li+li{
	min-height: 72px;
}

@media (max-width: 1199px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 550px) {
    .wedding-location-section .location-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.wedding-location-section .location-grids .grid .datails {
    padding: 30px 30px 50px;
    background: #f5fffe;
    -webkit-box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
    box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
}

.wedding-location-section .img-holder {
    position: relative;
}

.wedding-location-section .img-holder:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    border: 2px solid rgba(62, 120, 132, 0.6);
}

.wedding-location-section .date {
    background-color: rgba(62, 120, 132, 0.8784313725490196);
    padding: 8px 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 767px) {
    .wedding-location-section .date {
        padding: 15px 20px;
        right: 20px;
        top: 20px;
    }
}

.wedding-location-section .date p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.wedding-location-section .date p span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.wedding-location-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 0.2em 0 1em;
}

@media (max-width: 991px) {
    .wedding-location-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wedding-location-section ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.wedding-location-section ul li {
    display: inline-block;
    color: #ababab;
    margin-bottom: 15px;
}

.wedding-location-section ul > li + li {
    float: left;
    margin-right: 20px;
}

.wedding-location-section ul i {
    display: inline-block;
    color: #3e7884;
    padding-right: 5px;
    font-weight: 600;
}

.wedding-location-section p {
    margin-bottom: 1.9em;
    color: #8a8c8c;
    display: inline-block;
}


#whenwhere{
	padding: 120px 0;
}
.location-grids .grid-item{
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding-bottom: 20px;
}

.location-grids .img-holder img{
	width: 100%;
}
.location-heading{
	font-size: 53px;
	text-align: center;
}
.grid-item .date,
.grid-item .datails{
	margin: 0 20px;
	text-align: center;
}
.grid-item .datails li::marker{
	font-size: 0;
}
.grid-item .datails ul{
	padding-left: 0;
}
.see-location-btn {
    background-color: #f9667e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 60px;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 12px 0;
    display: block;
}
.see-location-btn:hover{
	background-color: white;
	border: 1px solid #f9667e;
}
.date .divider{
	border-bottom:solid 2px #f9667e;
	width:84px;
	margin:10px auto;
}
/* ==================================================================
	11. Section - Gift Registry
================================================================== */
/*Owl Carrousel*/
#owl-logo .item{
	margin: 5px;
	background: #FFF;
	padding: 30px;
}
#owl-logo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls .owl-page span {
    background: #7b7571;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f9667e;
}

/* ==================================================================
	12. Section - RSVP
================================================================== */
#ajaxForm input, #ajaxForm textarea{
	/*color: #363B3F;*/
	padding: 15px 30px;
	margin: 0px 3% 20px 0px;
	resize: none;
	border-radius: 0px;
	height: auto;
}
#ajaxForm .form-control:focus {
    border-color:#f9667e;
    outline: 0px none;
    box-shadow:none;
}

#ajaxForm .has-error input,
#ajaxForm .has-error input:focus,
#ajaxForm .has-error textarea,
#ajaxForm .has-error textarea:focus{
	margin-bottom: 0px;
	border-color:#a94442;
}
#ajaxForm input[type="checkbox"]{
	display: none;
}
#ajaxForm label.checkbox-button {
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-size: 23px;
	cursor: pointer;
	font-weight: normal;
}
#ajaxForm label.checkbox-button:hover {
	color: #f9667e;
}
#ajaxForm input[type="checkbox"]:checked + label.checkbox-button {
    color: #f9667e;
}
input[type="checkbox"]:checked + label.checkbox-button i.fa::before {
    content: "\f058";
}

/* ==================================================================
	13. Section - Footer
================================================================== */
section#footer ul.names {
	font-size: 43px;
	font-family: 'Playball', cursive;
}
section#footer .circle {
    width: 64px;
    height: 64px;
    font-size: 41px;
    line-height: 1.5em;
    top: 0px;
}
section#footer .copyright {
	margin-top:40px;
}
/* ==================================================================
	14. Responsive
================================================================== */
@media (max-width: 1199px) {

	.featured,
    .featured-right .featured{
    	text-align: center;
    	display:block;
    }
    .featured .text,
    .featured-right .featured .text {
    	text-align: center;
    }
    .featured img,
    .featured-right .featured img{
    	float:none;
    	margin:auto;
    }
}
@media (max-width: 767px) {
	.timeline > li .timeline-heading .timeline-title{text-align:center!important;}
    section {
	    padding: 60px 0px;
	}
	#whenwhere{
		padding: 60px 0px;
	}
    ul.timeline:before {
        left: 40px;
        display: none;
    }
    .timeline > li {
	    margin-top:0px;
	}

    ul.timeline > li > .timeline-panel {
        width:100%;
    }
    
    ul.timeline > li > .timeline-panel .timeline-body{
        text-align: center!important;
    }

    ul.timeline > li > .timeline-badge,
    ul.timeline > li:first-child > .timeline-badge,
    ul.timeline > li> .timeline-end .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
        display:none;
    }

    .final-frase {
	    margin-top: -29px;
		width: 70%;
		margin-left: 90px;
		text-align: left;
	}

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
        display: none;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
        display: none;
    }

    section#footer ul.names {
		font-size: 28px;
	}
	section#footer .circle {
	    width: 43px;
		height: 43px;
		font-size: 31px;
		line-height: 1.2em;
	    top: 0px;
	}
}
.wish-box{overflow-y: auto;height: 386px;background-color: rgb(255 255 255 / 70%);margin: 0.5rem 0;border: 5px solid #f23b43;color: #333;}
.wish-box::-webkit-scrollbar {width: 8px;}
.wish-box::-webkit-scrollbar-thumb {background-color: #999;-webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;-ms-border-radius: 0;border-radius: 0;}
.wish-box .wish-box-item{padding: 10px;}
.wish-box .wish-box-item p{color: #333;margin:.5rem 0;}
.wish-box .wish-box-item.bg{background-color: #fff0f1;}
#clock {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#clock > div {
  width: 176px;
  height: 176px;
  float: left;
  display: table;
  border: 3px solid #f23b43;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 70%);
}
#clock > div > div {
  display: table-cell;
  vertical-align: middle;
}

#clock > div{
  margin: 15px;
  color: #000;
}
#clock .time {
  font-family: 'Century Gothic', Arial;
  color: #f9667e;
  font-size: 54px;
  line-height: 54px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  #clock > div {
  	width: 150px;
  	height: 150px;
  }
  #clock .time {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 375px) {
  #clock > div {
  	width: 110px;
  	height: 110px;
  }
  #clock .time {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
	.navbar-brand{padding: 15px 0;}
}
.donate-modal {
    display: none; 
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.donate-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
	max-width: 750px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopfordonatemodal;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetopfordonatemodal;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.donate-modal strong, .donate-modal h3{font-family:inherit!important;}
.donate-modal-close {color: white;float: right;font-size: 28px;font-weight: bold;text-decoration: none;cursor: pointer;}
.donate-modal-header {padding: 8px 16px;background-color: #f23b43;color: #fff;font-size:30px;text-align:center;line-height: 40px;}
.donate-modal-header strong{display:flex;align-items:center;justify-content: center;flex-wrap: wrap;color:#fff;}

.donate-modal-header strong span{margin-left:10px;}
.donate-modal-body {padding: 0 15px;}
.donate-box{display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.donate-box .donate-card{width: calc(50% - 40px);margin: 20px;padding: 20px;border: 3px solid #f23b43;border-radius: 10px;}
.donate-box .donate-card:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.donate-box .donate-card h3{padding:0;margin:0;margin-bottom: 20px;font-weight: bold;font-size: 18px;line-height: 30px;}
.donate-box .donate-card p {margin: 10px 0!important;font-size: 16px;}
.donate-box .donate-card p:last-child {margin-bottom:0!important;}
@media (max-width: 699px) {
  .donate-box .donate-card{width:100%;margin: 20px 5px;}
}
.donate-box .donate-card {position:relative;}
.donate-box .donate-card .qr-code-image{max-width: 150px;border: 1px solid #ccc;padding: 3px;margin: auto;display: block;cursor: zoom-in;}
.donate-box .cryptos-box {border-top: 1px solid #f23b43;margin-top: 25px;}
.donate-box .cryptos-box h4 {margin: 0;margin-top: 20px;text-align: center;}
.donate-box .cryptos-box .cryptos-items {display: flex;flex-wrap: wrap;justify-content: center;margin-right: -10px;margin-left: -10px;margin-top: 10px;}
.donate-box .cryptos-box .cryptos-items .crypto-item {padding:10px 10px 0;}
.donate-box .cryptos-box .cryptos-items .crypto-item img {width:50px;max-width:100%;min-width:35px;cursor:pointer;}
.donate-box .cryptos-box-view {display:none;position: absolute;top: 0;left: 0;background: #ffffff;width: 100%;height: 100%;border-radius: 7px;padding:10px;text-align: center;}
.donate-box .cryptos-box-view h5 {font-weight: bold;font-size: 18px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.donate-box .cryptos-box-view h5 img{width:25px;}
.donate-box .cryptos-box-view h5 .coin-img {margin-right: 5px;}
.donate-box .cryptos-box-view h5 .coin-id {margin-left: 5px;}
.donate-box .cryptos-box-view .coin-address {display: block;padding: 10px;background: #ffe2e4;margin-bottom: 15px;word-break: break-word;color: #201f1f;}
.donate-box .cryptos-box-view .cryptos-box-view-close {margin-top: 15px;background: #f23b43;color: #fff;padding: 5px 15px;border-radius: 5px;border: 1px solid #e3252d;}
.donate-box .cryptos-box-view .cryptos-box-view-close:hover{background: #e3252d;}
.mb-30{margin-bottom: 30px}
.section-accessibilities{background: #ffe2e5;padding:0;}
.section-accessibilities .btn-container{margin-top: 20px;margin-bottom: 30px;}
.section-accessibilities .button-accessibilities .accessibility-btn{padding: 15px 20px!important;min-width: 220px!important;margin: 10px 5px 0!important;font-size: 1.4rem!important;text-transform: uppercase;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button{display: flex;align-items: center;justify-content: center;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button svg{margin-right:5px;}
.section-accessibilities .button-accessibilities .accessibility-btn:after{content:""!important;}
@media (max-width: 500px) {
	.section-accessibilities .button-accessibilities .accessibility-btn{width: 100%!important;margin: 10px 0!important;}
}

.calendar-button .atcb-button-wrapper{padding:0!important;width: 100%!important;margin: auto!important;display: block!important;}
.calendar-button .atcb-button{width:100%!important;margin-bottom: 10px!important;border-radius:60px!important;box-shadow: none!important;font-size: 16px!important;font-family: inherit!important;padding:8px 12px;}
.atcb-list-item .atcb-icon > span{display:initial!important;}

.parent-infos{margin:0.6rem;color:#767878;}
.parent-info .parent-title{margin-right:0.2rem;}
.parent-infos .parent-name{font-weight:600;text-transform:uppercase;}

.video-section h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
	text-align: center;
}

.video-section p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 2em;
    line-height: 1.5em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.video-btn {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 16px;
    position: relative;
}

.video-play-btn {
    line-height: 75px;
    font-size: 2rem;
	background: #f9667e;
    border: 3px solid #f9667e;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 1px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.video-play-btn:hover{color:#fff;background:rgb(249 102 126 / 60%)};

.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}
#fancybox-loading {
	z-index: 99999!important;
}

/* Acessbilities Buttons */
#menu-access{
	position: fixed;
	bottom: 226px;
	right: 50px;
	width: 40px;
	height: 40px;
	z-index: 99999;
}
#menu-access > ul >li{
	background-color: #df4758;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius:50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
}	
.shake{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	animation-delay: 0s;
}
.content-button{
	position: relative;
	top: 3px;
}
.list-menu-icon{
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	padding: 0;
	margin:0;
    list-style: none;
	position: absolute;
	bottom: -116px;
}
.menu-icon{
	font-size: 25px;
}
.btn-menu-open,.btn-menu-close{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius:50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #df4758;
	transition: all 2s ease-in;
	position: relative;
	bottom: -156px;
}
.btn-menu-open::after,.btn-menu-close::after{
	position: absolute;
	display: block;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(242, 59, 67, 0.3);
	width: 120%;height: 120%;
	left: -10%;
	top: -10%;
	-webkit-animation: biilogo-pulse 1s infinite;
	animation: biilogo-pulse 1s infinite;
	z-index: -1;
}
.access-icon{
	height: 25px;
	width: auto;
	margin-top: 4px;
}
.btn-menu-close{
	display: none;
	position: absolute;
}
.btn-menu-open > svg, .btn-menu-close > svg{
	padding-top: 5px;
    padding-left: 6px;
    height: 33px;
    width: auto;
	color: #fff;
}

@media (max-width: 799px){
	#menu-access{
		bottom: 186px;
		right: 20px;
	}
}
@-webkit-keyframes biilogo-pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.95, 0.95, 0.95);
	  transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
}
  
@keyframes biilogo-pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.95, 0.95, 0.95);
	  transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
}

@keyframes shake {
	10%, 90% {
	  transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
	  transform: translate3d(2px, 0, 0);
	}
  
	30%, 50%, 70% {
	  transform: translate3d(-4px, 0, 0);
	}
  
	40%, 60% {
	  transform: translate3d(4px, 0, 0);
	}
  }

.tooltipBtn .tooltiptext {
	visibility: hidden;
	width: 130px;
	font-family: sans-serif; 
	font-size: 14px;
	background-color: #df4758;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 170%;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #df4758;
}
.tooltipBtn:hover .tooltiptext {
	visibility: visible;
}
.access-section-icon{
	height: 20px;
	width: auto;
	margin-right: 5px;
}

/* ALBUM GALLERIES */
#btn-see-more-gallery{
	background: #f9667e;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	padding: 10px 20px;
}
.btn-see-more-gallery{
	cursor: pointer;
}
.btn-see-more-wrap{
	margin-top: 20px;
}
.lg-toolbar .lg-icon{width: 45px!important;}
#lg-counter{padding-left: 13px!important;}
.lg-outer .lg-inner{
	white-space: normal!important	;
}
.lg-sub-html{
    padding: 0!important;
}
.lg-sub-html h4{
	padding: 10px 65px!important;
    color:#fff;
    font-weight: 500;
    font-size: 18px!important;
}
@media only screen and (max-width: 768px){
    .lg-sub-html h4{
        padding: 10px 20px!important;
        font-size: 13px!important;
    }
    .lg-outer .lg-toogle-thumb{
        right: 0;
        top: -90px;
    }
}
.lg-backdrop, .lg-outer{
    z-index: 9999999;
}

.emoji-picker{max-width:100%;display:none;position: absolute;user-select: none!important;background: #fff;right: 15px;z-index: 9999;bottom: -405px;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);border-radius: 0.5rem;overflow: hidden;}
.emoji-picker > emoji-picker{--emoji-size:22px;}
@media screen and (max-width: 400px){
	emoji-picker {
	  --num-columns: 6;
	}
}
#ajaxForm textarea{margin-bottom:0;border-bottom: 1px solid #ddd;border-radius:0!important;}
#ajaxForm .textAreaIcons{position:relative;text-align: right;background: #fff;padding: 10px; border: 1px solid #ccc;}
#ajaxForm .textAreaIcons span{color: #333;cursor:pointer;margin-right:4px;}
#ajaxForm .textAreaIcons .tooltip{ width: 150px;}
#ajaxForm .textAreaIcons .tooltip .tooltip-inner{padding: 8px 12px;font-size: 16px;}
#ajaxForm .wishes-autocomplete-content{position: absolute;top: 50px;width: 100%;left: 0;z-index: 333;background: #fff;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);}
#ajaxForm .wishes-autocomplete-content input{
	background-image: url('https://cdn.biihappy.com/ziiweb/images/static/common/searchicon.png')!important;
	background-position: 10px 15px!important;
	background-repeat: no-repeat!important;
	width: 100%!important;
	font-size: 16px!important;
	padding: 12px 20px 12px 40px!important;
	border: 1px solid #ddd!important;
	margin-bottom: 0!important;
	border-radius:0!important;
}
#ajaxForm .wishes-autocomplete-content ul{list-style-type: none;margin: 0;padding: 0;max-height: 300px;overflow: auto;display: block;height: auto;text-align:left;}
#ajaxForm .wishes-autocomplete-content ul li a {
	border: 1px solid #ddd!important;
	margin-top: -1px!important;
	padding: 12px!important;
	text-decoration: none!important;
	font-size: 15px!important;
	color: black!important;
	display: block!important;
}
#ajaxForm .wishes-autocomplete-content ul li a:hover{background-color: #eee!important;}
#ajaxForm .tooltip-custom {
	position: relative;
	display: inline-block;
}

/* dresscode */
#whenwhere .img-holder {
    position: relative;
}
#whenwhere .dresscode-colors-event{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(246 246 246 / 70%);
    padding: 6px;
    justify-content: center;
}
#whenwhere .dresscode-colors-event > .dresscode-colors-item{
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
#whenwhere .dresscode-colors-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#whenwhere .grid-item:hover .tooltip-dresscode{
    display: block;
}
#whenwhere .grid-item .tooltip-dresscode {
    width: 130px;
    font-family: sans-serif; 
    font-size: 14px;
    background-color: rgb(255 255 255);
    border: 1px solid #eee;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    color:#000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    display: none;
}
#whenwhere .grid-item .tooltip-dresscode::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent transparent transparent;
}

.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
.d-none{display: none;}
@media only screen and (max-width: 700px) {
	.toast-top-right{
		 top: 62px!important;
	 }
 }